Sign in
chromium
/
chromium
/
src.git
/
HEAD
/
.
/
chrome
/
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
;
}