From 7f14308294854f06c404975148e1c3c41ee5c717 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Fri, 8 Mar 2024 15:52:40 +0000 Subject: [PATCH] Ignores `storage clean stamps will be incomplete` --- src/Commands/Concerns/InteractsWithIO.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Commands/Concerns/InteractsWithIO.php b/src/Commands/Concerns/InteractsWithIO.php index 3d3cf62dc..a6bdbf624 100644 --- a/src/Commands/Concerns/InteractsWithIO.php +++ b/src/Commands/Concerns/InteractsWithIO.php @@ -40,6 +40,7 @@ trait InteractsWithIO 'write error', 'unable to determine directory for user configuration; falling back to current directory', '$HOME environment variable is empty', + 'unable to get instance ID', ]; /**