Skip to content

Commit 97773a4

Browse files
committed
move nodejs/express to cirosantilli.github.io
1 parent 9b6552a commit 97773a4

File tree

2 files changed

+1
-87
lines changed

2 files changed

+1
-87
lines changed

rootfs_overlay/lkmc/nodejs/express.js

Lines changed: 0 additions & 86 deletions
This file was deleted.

rootfs_overlay/lkmc/nodejs/worker_threads_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function generatePrimes(start, range) {
2525
if (isMainThread) {
2626
const max = 1e2;
2727
const threadCount = +process.argv[2] || 10;
28-
const threads = new Set();;
28+
const threads = new Set();
2929
const range = Math.ceil((max - min) / threadCount);
3030
let start = min;
3131
for (let i = 0; i < threadCount - 1; i++) {

0 commit comments

Comments
 (0)