update inbox list
This commit is contained in:
8
vendor/scrivo/highlight.php/test/detect/javascript/short-plain.txt
vendored
Normal file
8
vendor/scrivo/highlight.php/test/detect/javascript/short-plain.txt
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
const cluster = require('cluster');
|
||||
const numCPUs = require('os').cpus().length;
|
||||
|
||||
if (cluster.isMaster) {
|
||||
for (var i = 0; i < numCPUs; i++) {
|
||||
cluster.fork();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user