Skip to content

Commit

Permalink
return promise instead of null when launching webserver
Browse files Browse the repository at this point in the history
  • Loading branch information
ov-tron committed Nov 26, 2024
1 parent e74d78d commit 262f111
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vstudio/assetify.webserver",
"version": "2.0.9",
"version": "2.1.0",
"author": "ᴏᴠ <crazynuggets@outlook.com> (https://github.com/ov-studio)",
"private": false,
"license": "GPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = (config) => {
(async () => {
return (async () => {
require("@vstudio/vital.network")
config = vKit.isObject(config) ? config : {}
vKit.print("\x1b[33m━ Assetify (Server) | Launching...")
Expand Down

0 comments on commit 262f111

Please sign in to comment.