blob: f4c3ddf28469f342b07bc377e91c927287f70e60 [file]
// Copyright (c) 2026, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:io';
void logErrorImpl(String message) => stderr.writeln('worker.dart: $message');