diff options
Diffstat (limited to 'lib/compilers/swift.js')
-rw-r--r-- | lib/compilers/swift.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compilers/swift.js b/lib/compilers/swift.js index 832608eba..8235bac57 100644 --- a/lib/compilers/swift.js +++ b/lib/compilers/swift.js @@ -28,7 +28,7 @@ const BaseCompiler = require('../base-compiler'), class SwiftCompiler extends BaseCompiler { constructor(info, env) { super(info, env); - return this.initialise(); + this.initResult = this.initialise(); } handlePostProcessResult(result, postResult) { |