diff options
Diffstat (limited to 'src/repl.js')
-rw-r--r-- | src/repl.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/repl.js b/src/repl.js index 1a694d7e..5826d230 100644 --- a/src/repl.js +++ b/src/repl.js @@ -1,3 +1,5 @@ +// @format + import * as os from "os"; import * as path from "path"; import * as repl from "repl"; |