mirror of
https://github.com/Yonle/bostr.git
synced 2025-03-17 13:22:49 +01:00
code: add some code that does not have "use strict" being set
Signed-off-by: Yonle <yonle@lecturify.net>
This commit is contained in:
parent
e55cf9025e
commit
2ea8f5bc98
@ -1,3 +1,4 @@
|
|||||||
|
"use strict";
|
||||||
|
|
||||||
// Bostr config
|
// Bostr config
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "bostr",
|
"name": "bostr",
|
||||||
"version": "3.0.1",
|
"version": "3.0.2",
|
||||||
"description": "Nostr relay bouncer",
|
"description": "Nostr relay bouncer",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
"use strict";
|
||||||
const { Worker } = require("worker_threads");
|
const { Worker } = require("worker_threads");
|
||||||
const worker = new Worker(__dirname + "/worker_bouncer.js", { name: "Bostr (worker)" });
|
const worker = new Worker(__dirname + "/worker_bouncer.js", { name: "Bostr (worker)" });
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user