idk
This commit is contained in:
parent
d9cf50eec1
commit
bb9b300d6f
9 changed files with 83 additions and 31 deletions
7
src/compilers/RunEnd.ts
Normal file
7
src/compilers/RunEnd.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import { Memory } from "./Memory.js"
|
||||
|
||||
process.on("beforeExit", () => {
|
||||
Memory.cache.forEach(({ elements, namespace }) => {
|
||||
console.log(Memory.gen_ui_file_content(namespace, elements))
|
||||
})
|
||||
})
|
||||
Reference in a new issue