mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-02 22:37:32 +00:00
added support for nodejs
This commit is contained in:
@@ -42,7 +42,7 @@ sys.stderr.write(" + Root folder: " + root_path + "\n")
|
||||
|
||||
def packJSCode(files):
|
||||
f1, fullcode_path = tempfile.mkstemp() #create temporary file
|
||||
data = "//packer version\n"
|
||||
data = "//packer version\n\n"
|
||||
|
||||
for filename in files:
|
||||
filename = filename.strip()
|
||||
|
||||
Reference in New Issue
Block a user