tangled
alpha
login
or
join now
bad-example.com
/
spacedust-utils
6
fork
atom
demos for spacedust
6
fork
atom
overview
issues
pulls
pipelines
warn don't fail
bad-example.com
8 months ago
06506bb2
8efa3df1
+1
-1
1 changed file
expand all
collapse all
unified
split
server
db.js
+1
-1
server/db.js
···
138
138
setRole(did, role, secret_password) {
139
139
let res = this.#stmt_set_role.run(role, secret_password, did);
140
140
if (res.changes === 0) {
141
141
-
throw new Error('no changes');
141
141
+
console.warn('set role: no changes');
142
142
}
143
143
}
144
144
}