diff options
Diffstat (limited to 'lib/handlers/compile.js')
-rw-r--r-- | lib/handlers/compile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/handlers/compile.js b/lib/handlers/compile.js index ffc9179d4..5e37b1dd7 100644 --- a/lib/handlers/compile.js +++ b/lib/handlers/compile.js @@ -131,7 +131,7 @@ class CompileHandler { } } - setCompilers(compilers) { + async setCompilers(compilers) { // Be careful not to update this.compilersById until we can replace it entirely. const compilersById = {}; return Promise.all(_.map(compilers, this.create, this)) |