Sign in
chromium
/
chromium
/
src
/
205191a32c9db91062c5342e901b2da2d67a49e5
/
.
/
content
/
test
/
data
/
format_error.js
blob: aef6532a6f466fbffdfd7d27616ceaa9baca4a5d [
file
] [
log
] [
blame
]
// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
function
formatError
(
error
)
{
return
error
.
name
+
' - '
+
error
.
message
;
}