un-break all the imports in tasks.js

pull/1/head
ansuz 2019-03-29 16:55:45 +01:00
parent 51fae45cce
commit fc43c08baf
1 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,10 @@
var Fs = require("fs
var Fs = require("fs");
var Fse = require("fs-extra");
var Path = require("path");
var nacl = require("tweetnacl");
var nThen = require("nthen");
var Tasks = module.exports;
var encode = function (time, command, args) {
if (typeof(time) !== 'number') { return null; }