mirror of
https://github.com/electron/electron.git
synced 2026-01-14 09:58:04 -05:00
10 lines
229 B
HTML
10 lines
229 B
HTML
<html>
|
|
<body>
|
|
<script type="text/javascript" charset="utf-8">
|
|
var path = require('node:path');
|
|
console.log(typeof require(path.join(__dirname, '..', '..', 'node_modules', '@electron-ci', 'echo')));
|
|
</script>
|
|
</body>
|
|
</html>
|
|
|