Sign in
◑
Theme
chromium
/
chromium
/
src
/
913eaefa55beab765aa1d99da170db474d8c63ca
/
.
/
content
/
test
/
data
/
format_error.js
blob: aef6532a6f466fbffdfd7d27616ceaa9baca4a5d [
file
]
// 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
;
}