mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 19:51:35 +01:00
more node
This commit is contained in:
7
rootfs_overlay/lkmc/nodejs/cjs/main.js
Executable file
7
rootfs_overlay/lkmc/nodejs/cjs/main.js
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
const assert = require('assert');
|
||||
|
||||
const notmain = require('./notmain.js')
|
||||
assert(notmain.x === 1)
|
||||
assert(notmain.y === 2)
|
||||
Reference in New Issue
Block a user