We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a24e1f3 commit cf3e3ecCopy full SHA for cf3e3ec
1 file changed
src/index-browser.ts
@@ -2,6 +2,6 @@ export { commitFilesFromBase64 } from "./core.ts";
2
3
export function commitChangesFromRepo() {
4
throw new Error(
5
- "commitChangesFromRepo is not supported in non-Node.js environments"
+ "commitChangesFromRepo is not supported in non-Node.js environments",
6
);
7
}
0 commit comments