threading
Some checks failed
Build and Deploy / package-dist (push) Blocked by required conditions
Build and Deploy / deploy-itch (push) Blocked by required conditions
Build and Deploy / deploy-gitea (push) Blocked by required conditions
Build and Deploy / build-linux (push) Failing after 55s
Build and Deploy / build-windows (CLANG64) (push) Failing after 10m50s
Some checks failed
Build and Deploy / package-dist (push) Blocked by required conditions
Build and Deploy / deploy-itch (push) Blocked by required conditions
Build and Deploy / deploy-gitea (push) Blocked by required conditions
Build and Deploy / build-linux (push) Failing after 55s
Build and Deploy / build-windows (CLANG64) (push) Failing after 10m50s
This commit is contained in:
@@ -21,7 +21,7 @@ typedef struct transform {
|
||||
JSValue change_hook;
|
||||
} transform;
|
||||
|
||||
void clean_all();
|
||||
void clean_all(JSContext *js);
|
||||
|
||||
transform *make_transform();
|
||||
void transform_free(JSRuntime *rt,transform *t);
|
||||
|
||||
Reference in New Issue
Block a user