diff options
author | RabsRincon <rubrinbla@gmail.com> | 2018-01-18 19:46:02 +0100 |
---|---|---|
committer | RabsRincon <rubrinbla@gmail.com> | 2018-01-18 19:46:02 +0100 |
commit | d493dfb7ccff1346fe4a7fc8329645d6d4425d0c (patch) | |
tree | a8386537da5180573edc0f5fc6d9ed8892340eb2 /lib/compilers/WSL-CL.js | |
parent | a54faefb4c8668d9c9f93c78bd6bc639d1f0c219 (diff) | |
download | compiler-explorer-d493dfb7ccff1346fe4a7fc8329645d6d4425d0c.tar.gz compiler-explorer-d493dfb7ccff1346fe4a7fc8329645d6d4425d0c.zip |
Format code
Diffstat (limited to 'lib/compilers/WSL-CL.js')
-rw-r--r-- | lib/compilers/WSL-CL.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compilers/WSL-CL.js b/lib/compilers/WSL-CL.js index 675c163ba..eb4c62e87 100644 --- a/lib/compilers/WSL-CL.js +++ b/lib/compilers/WSL-CL.js @@ -64,7 +64,7 @@ class WSLCLCompiler extends BaseCompiler { // AP: Create CE temp directory in winTmp directory instead of the tmpDir directory. // NPM temp package: https://www.npmjs.com/package/temp, see Affixes - newTempDir () { + newTempDir() { return new Promise((resolve, reject) => { temp.mkdir({prefix: 'compiler-explorer-compiler', dir: process.env.winTmp}, (err, dirPath) => { if (err) |