Skip to content

Commit

Permalink
v2.1.1, return executableFormat.
Browse files Browse the repository at this point in the history
  • Loading branch information
xicilion committed Oct 20, 2024
1 parent 79b876a commit af32320
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,6 @@ module.exports.inject = function (filename, resourceName, resourceData, options)
} catch {
throw new Error("Couldn't write executable");
}

return executableFormat;
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fib-inject",
"version": "2.1.0",
"version": "2.1.1",
"description": "fibjs binding for inject representation and classification.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit af32320

Please sign in to comment.