fix rust invalid field names
This commit is contained in:
@ -18,7 +18,7 @@ import { ZIGTarget } from "./targets/zig";
|
||||
import { DartTarget } from "./targets/dart";
|
||||
import { URL } from "url";
|
||||
|
||||
class CatchedError extends Error {}
|
||||
class CatchedError extends Error { }
|
||||
|
||||
const log = dbg("app");
|
||||
|
||||
|
Reference in New Issue
Block a user