Sign in
vanadium
/
release.projects.chat
/
06d02f32a811fefb40f164a3e4fdfd6b1817aca2
/
.
/
clients
/
web
/
js
/
noop.js
blob: 6adbb18552c2b73bebef4e2ce843004c3433745c [
file
] [
log
] [
blame
]
// Copyright 2015 The Vanadium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
module
.
exports
=
function
(
err
)
{
if
(
err
&&
err instanceof
Error
)
throw
err
;
};