blob: 11b9fbcfeaf226228c93731af7e08899b0fd6a6f [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.
//-------------------------------------------------------------------------------------------------------
WScript.SetTimeout(function() {
WScript.Echo("OK");
}, 10);
WScript.SetTimeout(function() {
this.is.an.exception = null;
}, 100);