Skip to content

Commit

Permalink
test no static on qjs
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Jul 1, 2024
1 parent e7f13eb commit b7db65c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shlr/qjs/js_r2papi.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ static const char *const js_r2papi_qjs = "" \
"token}`;\n }\n return \"\"; \n }\n toString() {\n let str = \"\";\n if "\
"(this.token.label !== \"\") {\n str += this.token.label + \":\\n\";"\
"\n }\n if (this.token.addr !== \"0\") {\n \n }\n if (this.token.comm"\
"ent !== \"\") {\n static encode(input) {\n return (0, exports.b64"\
")(input);\n }\n static decode(input) {\n return (0, exports.b64)"\
"ent !== \"\") {\n encode(input) {\n return (0, exports.b64"\
")(input);\n }\n decode(input) {\n return (0, exports.b64)"\
"(input, true);\n }\n}\nexports.Base64 = Base64;\n\"use strict\";\nOb"\
"ject.defineProperty(exports, \"__esModule\", { value: true });\n"\
"exports.newAsyncR2PipeFromSync = exports.R2PipeSyncFromSync ="\
Expand Down

0 comments on commit b7db65c

Please sign in to comment.