ssb: Try not very successfully to make the welcome line format less awkwardly.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
async function main() {
|
||||
let speedscope_js = await utf8Decode(getFile('speedscope/speedscope-432XE7GS.js'));
|
||||
let speedscope_js = await utf8Decode(
|
||||
getFile('speedscope/speedscope-432XE7GS.js')
|
||||
);
|
||||
speedscope_js = speedscope_js.replace(/alert\(`Cannot load.*?return/, '');
|
||||
app.setDocument(`
|
||||
<!DOCTYPE html>
|
||||
@@ -22,4 +24,4 @@ async function main() {
|
||||
`);
|
||||
}
|
||||
|
||||
main();
|
||||
main();
|
||||
|
||||
Reference in New Issue
Block a user