aboutsummaryrefslogtreecommitdiff
path: root/lib/compile-handler.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/compile-handler.js')
-rw-r--r--lib/compile-handler.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/compile-handler.js b/lib/compile-handler.js
index 48d84b4cc..2266e7409 100644
--- a/lib/compile-handler.js
+++ b/lib/compile-handler.js
@@ -37,6 +37,7 @@ var child_process = require('child_process'),
temp.track();
var oneTimeInit = false;
+
function initialise(gccProps, compilerEnv) {
if (oneTimeInit) return;
oneTimeInit = true;
@@ -165,6 +166,7 @@ function CompileHandler(gccProps, compilerProps) {
}))
.filter(_.identity)
.value();
+
function textify(array) {
return _.pluck(array || [], 'text').join("\n");
}