Skip to content

Commit

Permalink
Update dereference.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderch authored Jan 31, 2023
1 parent 0ba4a82 commit 12c2033
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dereference.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
if (!process.argv[2]){
console.log('Emergency exit! first parameter "source" not specified.')
sndkfjlksfd
sdfsdfsdfconsole.log('Emergency exit! first parameter "source" not specified.')
return process.exit(0);
} else {
console.log(`using '${process.argv[2]}' as a source`)
Expand Down

0 comments on commit 12c2033

Please sign in to comment.