fix rust invalid field names

This commit is contained in:
Fabian Stamm
2023-01-02 14:40:45 +01:00
parent a291851b5a
commit 6e947bde57
3 changed files with 18 additions and 6 deletions

View File

@ -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");