We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 431ded7 commit 68d5cf0Copy full SHA for 68d5cf0
exec_bash_exercise_and_first_volume_exercise/index.js
@@ -2,6 +2,7 @@ const fsPromises = require('fs').promises
2
3
const SECRET_MESSAGE = process.env.SECRET_MESSAGE
4
const filePath = `${__dirname}/logs.txt`
5
+
6
let rounds = 0
7
let filehandle
8
ports_exercise/package.json
@@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"start": "node index.js",
- "test": "echo \"Error: no test specified.\" && exit 1"
+ "test": "echo \"Error: no test specified\" && exit 1"
9
},
10
"author": "Jami Kousa",
11
"license": "ISC",
0 commit comments