mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-02 21:50:52 +00:00
Cleanup low value comments. (#248)
This commit is contained in:
parent
69d1c644d9
commit
0556358560
17 changed files with 31 additions and 78 deletions
|
|
@ -4,7 +4,7 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
import path from 'node:path'; // Import the 'path' module
|
||||
import path from 'node:path';
|
||||
|
||||
/**
|
||||
* Shortens a path string if it exceeds maxLen, prioritizing the start and end segments.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue