corifeus-utils
Advanced tools
Comparing version
{ | ||
"name": "corifeus-utils", | ||
"version": "1.1.634-227", | ||
"version": "1.1.635-228", | ||
"corifeus": { | ||
@@ -5,0 +5,0 @@ "icon": "fa fa-lightbulb-o", |
@@ -8,3 +8,3 @@ [//]: #@corifeus-header | ||
--- | ||
# Corifeus Utils - Memory v1.1.634-227 | ||
# Corifeus Utils - Memory v1.1.635-228 | ||
@@ -94,3 +94,3 @@ This is an open source project. Just code. | ||
[**CORIFEUS-UTILS**](https://pages.corifeus.com/corifeus-utils) Build v1.1.634-227 | ||
[**CORIFEUS-UTILS**](https://pages.corifeus.com/corifeus-utils) Build v1.1.635-228 | ||
@@ -97,0 +97,0 @@ [](https://www.facebook.com/corifeus.software) [](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LFRV89WPRMMVE&lc=HU&item_name=Patrik%20Laszlo&item_number=patrikx3¤cy_code=HUF&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted) |
@@ -15,3 +15,3 @@ const promiseUtils = require('./promise'); | ||
if (file === undefined) { | ||
file = `${os.tmpdir()}/p3x-wait-file-${path.parse(process.argv[1]).name}-${hash.string(process.argv[1])}.boot` | ||
file = `${os.tmpdir()}/p3x-wait-file-${path.parse(process.argv[1]).name}-${hash.string(process.argv.join())}.boot` | ||
} | ||
@@ -18,0 +18,0 @@ const exists = await fsExtra.pathExists(file); |
32003
0.01%