Skip to content

Commit 4b390f3

Browse files
committed
compile
1 parent d26586b commit 4b390f3

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

_/entry.js

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1 @@
1-
try {
2-
if (fs.existsSync('binaries/_/main.js')) {
3-
const scriptText = fs.readFileSync('binaries/_/main.js', 'utf-8');
4-
eval(scriptText);
5-
} else {
6-
fetch('https://raw.githubusercontent.com/soheil/tron/refs/heads/main/_/main.js', {
7-
headers: {
8-
'Cache-Control': 'no-cache',
9-
'Pragma': 'no-cache'
10-
}
11-
})
12-
.then((response) => response.text())
13-
.then((scriptText) => eval(scriptText));
14-
}
15-
} catch (e) {
16-
console.log('----------- TRON -------------');
17-
console.log(e);
18-
console.log('----------- [/TRON] -------------');
19-
}
1+
console.log('+__+_++__+_+_+ext!!!!');

0 commit comments

Comments
 (0)