Comparing version 1.0.1 to 1.0.3
@@ -200,3 +200,5 @@ #!/usr/bin/env node | ||
} catch (err) { | ||
const result = prompt("Your save file is corrupt, do you wish to wipe it?"); | ||
const result = prompt( | ||
"Your save file is corrupt or missing, do you wish to create a new one?", | ||
); | ||
if (resultIsYes(result)) { | ||
@@ -250,3 +252,5 @@ removeAll(); | ||
} catch (err) { | ||
const result = prompt("Your save file is corrupt, do you wish to wipe it?"); | ||
const result = prompt( | ||
"Your ignore file is corrupt or missing, do you wish to create a new one?", | ||
); | ||
if (resultIsYes(result)) { | ||
@@ -253,0 +257,0 @@ remove(); |
{ | ||
"name": "node-lode", | ||
"version": "1.0.1", | ||
"version": "1.0.3", | ||
"preferGlobal": true, | ||
@@ -5,0 +5,0 @@ "bin": { |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
7797
233
0