blob: 281736eabbc9b0893a6e5d2137ecece71e6481ce [file] [log] [blame]
//-------------------------------------------------------------------------------------------------------
// Copyright (C) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
//-------------------------------------------------------------------------------------------------------
function TrimStackTracePath(line) {
return line && line.replace(/\(.+\\test.StackTrace./ig, "(");
}