mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
DEV: Apply syntax_tree formatting to script/*
This commit is contained in:
@ -9,7 +9,7 @@ puts PrettyText.cook "test"
|
||||
# JS
|
||||
PrettyText.cook "test"
|
||||
|
||||
PrettyText.v8.eval('gc()')
|
||||
PrettyText.v8.eval("gc()")
|
||||
|
||||
# if i % 500 == 0
|
||||
#p PrettyText.v8.heap_stats
|
||||
|
Reference in New Issue
Block a user