2015-04-26 07:49:26 +00:00
|
|
|
<html>
|
|
|
|
<body>
|
|
|
|
<script type="text/javascript" charset="utf-8">
|
2023-06-15 14:42:27 +00:00
|
|
|
var path = require('node:path');
|
2022-08-16 19:23:13 +00:00
|
|
|
console.log(typeof require(path.join(__dirname, '..', '..', 'node_modules', '@electron-ci', 'echo')));
|
2015-04-26 07:49:26 +00:00
|
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|