10 lines
209 B
HTML
10 lines
209 B
HTML
|
<html>
|
||
|
<body>
|
||
|
<script type="text/javascript" charset="utf-8">
|
||
|
var path = require('path');
|
||
|
console.log(typeof require(path.join(__dirname, '..', '..', 'node_modules', 'runas')));
|
||
|
</script>
|
||
|
</body>
|
||
|
</html>
|
||
|
|