single-file-cli 2.0.41 → 2.0.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/deno.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@single-file/single-file-cli",
3
- "version": "2.0.41",
3
+ "version": "2.0.42",
4
4
  "description": "SingleFile CLI",
5
5
  "nodeModulesDir": true,
6
6
  "exports": {
package/lib/browser.js CHANGED
@@ -121,7 +121,7 @@ async function closeBrowser() {
121
121
  await remove(profilePath, { recursive: true });
122
122
  profilePath = undefined;
123
123
  } catch (error) {
124
- console.log("Warning: failed to remove profile directory: " + error.message); // eslint-disable-line no-console
124
+ console.log("Warning: failed to remove profile directory: " + profilePath); // eslint-disable-line no-console
125
125
  }
126
126
  }
127
127
  }
package/lib/version.js CHANGED
@@ -1 +1 @@
1
- export const version = "2.0.41";
1
+ export const version = "2.0.42";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "single-file-cli",
3
- "version": "2.0.41",
3
+ "version": "2.0.42",
4
4
  "description": "SingleFile CLI",
5
5
  "author": "Gildas Lormeau",
6
6
  "engines": {