Comparing version 2.3.40 to 2.3.41
@@ -37,4 +37,4 @@ "use strict"; | ||
const cleanUp = () => { | ||
return; | ||
node_fs_1.default.writeFileSync(`${__dirname}/${labelFile}`, 'initialized...', { encoding: 'utf8' }); | ||
node_fs_1.default.writeFileSync(`${__dirname}/../../src/processor.js`, 'const processor = ()=>{};', { encoding: 'utf8' }); | ||
const tmpl = `` | ||
@@ -41,0 +41,0 @@ + `"use strict";\n` |
@@ -8,3 +8,3 @@ { | ||
"description": "", | ||
"version": "2.3.40", | ||
"version": "2.3.41", | ||
"scripts": { | ||
@@ -11,0 +11,0 @@ "deploy": "node ./deploy.js", |
@@ -40,4 +40,5 @@ // PWD .../node_modules/ltval/dist/src | ||
const cleanUp = () => { | ||
return; | ||
// return; | ||
fs.writeFileSync(`${__dirname}/${labelFile}`, 'initialized...', { encoding: 'utf8' }); | ||
fs.writeFileSync(`${__dirname}/../../src/processor.js`, 'const processor = ()=>{};', { encoding: 'utf8' }); | ||
const tmpl = `` | ||
@@ -44,0 +45,0 @@ + `"use strict";\n` |
55000
1255